home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / yerli / 05 / _SETUP.1 / catocat.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Text File  |  2001-03-05  |  780b  |  38 lines

  1. object Form4: TForm4
  2.   Left = 37
  3.   Top = 192
  4.   Width = 289
  5.   Height = 351
  6.   BorderIcons = [biSystemMenu]
  7.   Caption = '<Konular>'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object KonuBox: TRzListBox
  20.     Left = 0
  21.     Top = 0
  22.     Width = 281
  23.     Height = 324
  24.     Align = alClient
  25.     Font.Charset = TURKISH_CHARSET
  26.     Font.Color = clWindowText
  27.     Font.Height = -11
  28.     Font.Name = 'Tahoma'
  29.     Font.Style = []
  30.     FrameVisible = True
  31.     ItemHeight = 13
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     OnClick = KonuBoxClick
  35.     OnKeyDown = KonuBoxKeyDown
  36.   end
  37. end
  38.